

@layer base {
  
  body, :host {
    /* Color */
    --Accent1: #ED7344;
--Accent2: #C8D06E;
--Accent3: #472E10;
--Accent4: #F5F1EB;
--Accent5: #988A79;
--Accent6: #EFB7E4;
--Accent7: #EABD27;
--html-block-font-color: var(--Accent3);
--html-block-h1-color: var(--Accent3);
--html-block-link-color: var(--Accent2);
--html-block-quote-color: var(--Accent1);
--SoftClayOrange: #F25C54;
--DeepCharcoal: #2e2e2e;
--WarmOff-White: #FAFAF7;
--GraphiteGrey: #1E1E1E;
--VibrantCoral: #FF6B6B;
--MintGreen: #6EDC9D;
--GoldenYellow: #F9C74F;
--ElectricBlue: #3A86FF;
--NeutralGrey: #D3D3D3;
--Lilac: #B388EB;
--BackgroundLight: #FAFAF7;
--BackgroundDark: #1E1E1E;
--NeutralSurface: #FFFFFF;
--Border: #D3D3D3;
--TextPrimary: #2E2E2E;
--TextSecondary: #6C6C6C;
--TextInverse: #FFFFFF;
--PrimaryCTA: #F25C54;
--PrimaryCTA-Hover: #FF6B6B;
--PrimaryCTA-Active: #E14A45;
--AccentPositive: #6EDC9D;
--AccentPositive-Hover: #57C78A;
--AccentPositive-Active: #45B378;
--AccentWarning: #F9C74F;
--AccentWarning-Hover: #F7B93B;
--AccentWarning-Active: #E5A62F;
--AccentInfo: #3A86FF;
--AccentInfo-Hover: #256DDB;
--AccentInfo-Active: #1A55B6;
--AccentCreative: #B388EB;
--AccentCreative-Hover: #9C6FDF;
--AccentCreative-Active: #8456C9;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-fraunces: 'Fraunces',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--html-block-font-size: 0.875rem;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --borderRadius: 16px;
--gap: 10px;
    /* Z-index */
    --side-menu: 10;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .fhgVJg {
    width:100%;
  height:100vh;
  display:flex;
  background:var(--Accent4);
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 550px) {
            
  .fhgVJg {
    padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
      

          }
          
        
      
      
  .cLITBp {
    flex:0;
  width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:center;
  padding-top:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .dshDLH {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  max-width:1000px;
  column-gap:24px;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .fktrTW {
    color:var(--Accent3);
  }
      

      
        
      
      
  .dcuqrC {
    color:var(--Accent4);
  height:20px;
  display:flex;
  row-gap:18px;
  column-gap:18px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bLBwEa {
    gap:6px;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eeZZfr {
    flex:1;
  height:6px;
  background:#D9D9D9;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .eeZZfr.active {
    background:#f08b64;
  }
      

        
      
      
  
      

      
        
      
      
  .eAumYk {
    flex:1;
  width:100%;
  row-gap:24px;
  column-gap:24px;
  padding-top:24px;
  padding-bottom:24px;
  }
      

      
        
      
      
  .bsgACx {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-family:ABC Diatype Variable Unlicensed Trial;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .bsgACx:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .dFhtdU {
    flex:1;
  width:100%;
  overflow:hidden;
  background:white;
  max-height:500px;
  aspect-ratio:16/9;
  border-radius:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .chuMZX {
    height:100%;
  display:flex;
  transition:transform 0.5s ease-in-out;
  flex-direction:row;
  }
      

      
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .dYcjbb {
    height:100%;
  position:relative;
  min-width:100%;
  }
      

      
        
      
      
  .cdlqXu {
    left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cJRZBm {
    height:100%;
  overflow:hidden;
  position:relative;
  }
      

      
        
      
      
  .ebdYTy {
    top:50%;
  left:20px;
  color:#333;
  width:40px;
  border:none;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:10;
  position:absolute;
  font-size:18px;
  transform:translateY(-50%);
  background:rgba(255, 255, 255, 0.9);
  transition:all 0.3s ease;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  }
      

      
  .ebdYTy:hover {
    transform:translateY(-50%) scale(1.1);
  background:white;
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  }
      

        
      
      
  .TSknv {
    top:50%;
  color:#333;
  right:20px;
  width:40px;
  border:none;
  cursor:pointer;
  height:40px;
  display:flex;
  position:absolute;
  font-size:18px;
  transform:translateY(-50%);
  background:rgba(255, 255, 255, 0.9);
  transition:all 0.3s ease;
  align-items:center;
  border-radius:50%;
  justify-content:center;
  }
      

      
  .TSknv:hover {
    transform:translateY(-50%) scale(1.1);
  background:white;
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
  }
      

        
      
      
  .new-property-wizard\:0pasB8zQhXMflQU2YWZB_ {
    width:100%;
  }
      

      
        
      
      
  .dxzLBD {
    width:100%;
  height:100%;
  opacity:0;
  translate:0 80px 0;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  justify-content:center;
  }
      

      
  .dxzLBD.fade-in {
    opacity:1;
  translate:0 0 0;
  }
      

        
      
      
  .efLxjd {
    width:100%;
  height:100%;
  z-index:9;
  position:relative;
  transition:background-color 200ms ease 0ms , border-color 200ms ease 0ms ;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cKrOVo {
    width:100%;
  display:flex;
  row-gap:8px;
  background:white;
  column-gap:8px;
  overflow-y:hidden;
  align-items:center;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:2px;
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .ctETsr {
    width:auto;
  height:auto;
  max-height:250px;
  overflow-x:clip;
  overflow-y:clip;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .eaVgYA {
    width:100%;
  position:relative;
  flex-direction:row;
  }
      

      
        
      
      
  .dVYsqN {
    width:100%;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .bOGQYv {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .bOGQYv:hover {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .bOGQYv:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
                  @keyframes animation-bKKrXZ {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        50% {
                          scale: 1.1 1.1;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  .dIUGiO {
    width:100%;
  display:flex;
  row-gap:8px;
  background:white;
  column-gap:8px;
  overflow-y:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fCvQdw {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  max-width:600px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eSMkXz {
    width:100%;
  display:flex;
  row-gap:24px;
  max-width:600px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .gucRd {
    width:16px;
  height:16px;
  display:flex;
  background: var(--bg-soft);
  transition:all 400ms ease-in-out  ;
  align-items:center;
  padding-top:1.5px;
  padding-left:1.5px;
  padding-right:1.5px;
  padding-bottom:1.5px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .gucRd.selected {
    background: var(--stroke-strong);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

        
      
      
  .bunldU {
    gap:14px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  display:flex;
  background: var(--bg-white);
  transition:all 400ms ease  ;
  align-items:center;
  padding-top:1rem;
  border-color:#472e101a;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  grid-template-rows:auto;
  grid-template-columns:2rem 1fr 20px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
  .bunldU:hover {
    color:var(--Accent1);
  background:#ed734433;
  border-color:var(--bg-weak);
  border-style:solid;
  border-width:1px;
  }
      


  .bunldU.selected {
    color:#ffffff;
  background:var(--Accent1);
  border-color:var(--stroke-strong);
  border-style:solid;
  border-width:1px;
  }
      


  .bunldU.selected:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .dyVVgt {
    font-size:var(--label-m);
  font-style:normal;
  font-family:Geist;
  font-weight:var(--medium);
  line-height:20px;
  font-feature-settings:'ss11' on, 'liga' off, 'calt' off;
  /* 142.857% */
letter-spacing:-0.084px;
  }
      

      
        
      
      
  .PHZGu {
    gap:4px;
  flex:1 0 0;
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  }
      

      
        
      
      
  .czxNKV {
    width:20px;
  height:20px;
  display:flex;
  align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  }
      

      
        
      
      
  .cUFVkI {
    color:#ffffff;
  width:40px;
  height:40px;
  display:flex;
  background:var(--Accent1);
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .cUFVkI.selected {
    color:var(--Accent1);
  background:#ffffff;
  }
      

        
      
      
  .eRFbIV {
    width:13px;
  height:13px;
  display:flex;
  background: var(--bg-white);
  transition:all 400ms ease-in-out  ;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .eRFbIV.selected {
    width:8px;
  height:8px;
  }
      

        
      
      
  
      

      
        
      
      
  .dkzyVz {
    color:var(--Accent5);
  width:100%;
  row-gap:8px;
  font-size:0.9rem;
  column-gap:8px;
  font-weight:var(--font-weight-lighter);
  flex-direction:column;
  }
      

      
        
      
      
  .bZgVzd {
    color:var(--Accent5);
  width:100%;
  row-gap:4px;
  font-size:0.9rem;
  column-gap:4px;
  font-weight:var(--font-weight-lighter);
  flex-direction:row;
  }
      

      
        
      
      
  .emufMd {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:2px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .emufMd:hover {
    color:var(--Accent4);
  background:var(--Accent1);
  border-color:var(--Accent1);
  border-style:solid;
  border-width:1.5px;
  }
      

        
      
      
  .ffQDql {
    width:100%;
  height:100%;
  display:flex;
  row-gap:80px;
  max-width:600px;
  column-gap:80px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bRUvcp {
    display:flex;
  max-width:800px;
  background:var(--Accent4);
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .cxogNp {
    flex:2;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  .eSPxPi {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  .bKMRXg {
    width:100%;
  row-gap:1rem;
  max-width:600px;
  background:white;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  column-gap:1rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dTNdss {
    color:var(--Accent3);
  font-size:3rem;
  font-family:Geist;
  }
      

      
        
      
      
  .fbGDBv {
    width:100%;
  bottom:3rem;
  display:flex;
  row-gap:1rem;
  position:absolute;
  max-width:600px;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dOoZhU {
    color:var(--Accent3);
  width:100%;
  height:64px;
  z-index:99;
  position:absolute;
  font-size:1rem;
  background:white;
  font-weight:var(--font-weight-normal);
  padding-top:12px;
  border-color:#472e1033;
  border-style:solid;
  border-width:1px;
  padding-left:40px;
  padding-right:1rem;
  text-overflow:ellipsis;
  padding-bottom:12px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .dOoZhU::placeholder {
    color:var(--Accent5);
  }
      


  .dOoZhU:focus {
    border-color:var(--Accent1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .fCjyfv {
    gap:18px;
  color:var(--Accent4);
  width:40px;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--forward);
  align-items:center;
  font-weight:var(--font-weight-normal);
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .fCjyfv:hover {
    color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--forward);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      


  .fCjyfv:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .dgJkkO {
    width:100%;
  height:300px;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .bgXhOo {
    color:var(--Accent1);
  width:100%;
  font-size:2rem;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .bXphFF {
    color:var(--Accent3);
  width:100%;
  height:100%;
  z-index:9;
  position:absolute;
  font-size:1rem;
  background:white;
  font-weight:var(--font-weight-normal);
  padding-top:12px;
  border-color:#ffffff;
  border-style:solid;
  border-width:2px;
  padding-left:40px;
  padding-right:1rem;
  text-overflow:ellipsis;
  padding-bottom:12px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .bXphFF::placeholder {
    color:var(--Accent5);
  }
      


  .bXphFF:focus {
    border-color:var(--Accent1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .cqpJsI {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dVHWNi {
    flex:1;
  height:fit-content;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cLkfsO {
    gap:18px;
  color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Back);
  align-items:center;
  font-weight:var(--font-weight-normal);
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
  .cLkfsO:hover {
    color:var(--Accent4);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Back);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      


  .cLkfsO:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .rOoUE {
    flex:1;
  color:var(--Accent1);
  width:100%;
  font-size:1.5rem;
  font-weight:500;
  }
      

      
        
      
      
  .bXPFed {
    z-index:999;
  position:relative;
  }
      

      
        
      
      
  .oJaYZ {
    font-size:2rem;
  }
      

      
        
      
      
  .eHVTQe {
    width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dCmUC {
    width:100%;
  height:fit-content;
  background:white;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .bcgfeI {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  .krQDs {
    color:var(--Accent3);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:.5rem;
  font-size:1rem;
  column-gap:.5rem;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  .krQDs.active {
    color:var(--Accent4);
  }
      


  .krQDs:hover {
    color:var(--Accent4);
  }
      


  .krQDs.completed {
    color:var(--Accent4);
  }
      

        
      
      
  .gWlYm {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:white;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#472e1026;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .gWlYm:hover {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

        
      
      
  .LQtkd {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .LQtkd:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .cLAKWx {
    height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  .dlMlcK {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
          @media (max-width: 500px) {
            
  .dlMlcK {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .cxJZyI {
    width:100%;
  height:100%;
  display:flex;
  max-width:600px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dmtsPM {
    width:100%;
  row-gap:var(--gap);
  background:white;
  column-gap:var(--gap);
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .exSNsI {
    width:100%;
  row-gap:var(--gap);
  column-gap:var(--gap);
  }
      

      
        
      
      
  .dBXqvh {
    font-size:14px;
  transition:all 300ms ease;
  font-family:Geist;
  }
      

      
        
      
      
  .evqgMi {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:white;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#472e1026;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .evqgMi:hover {
    gap:18px;
  flex:1;
  color:var(--Accent3);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  transition:all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .fcBxoH {
    color:var(--Accent3);
  width:100%;
  row-gap:4px;
  font-size:1rem;
  column-gap:4px;
  font-weight:var(--font-weight-lighter);
  flex-direction:row;
  }
      

      
        
      
      
  .bgKllb {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:2rem;
  max-width:500px;
  background:var(--Accent4);
  box-shadow:4px 4px 0px 0px #472e108f;
  column-gap:2rem;
  align-items:center;
  justify-content:space-between;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .bbEAHO {
    width:24px;
  height:24px;
  transition:all 300ms ease;
  border-color:var(--Accent3);
  border-style:Dashed;
  border-width:1.5px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .bbEAHO.active {
    width:24px;
  height:24px;
  padding-top:4px;
  border-color:var(--Accent4);
  border-style:Dashed;
  border-width:1.5px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      


  .bbEAHO.completed {
    width:24px;
  height:24px;
  display:flex;
  background:var(--Accent4);
  transition:all 300ms ease;
  align-items:center;
  border-color:var(--Accent4);
  border-style:Solid;
  border-width:1.5px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

        
      
      
  
      

      
        
      
      
  .buLJoQ {
    width:100%;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm- {
    gap:18px;
  color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:var(--Accent3);
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm-.pressed {
    gap:18px;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.2s ease 0ms 3 normal none running animation-bKKrXZ;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm-:active {
    animation:0.5s ease 0ms 3 normal none running animation-bKKrXZ;
  }
      


  .new-property-wizard\:KwfPgzEzdq9C99k1CMRm-:hover {
    gap:18px;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

        
      
      
  .caKUkV {
    flex:0;
  width:100%;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .dUMso {
    width:100%;
  height:100%;
  background:var(--Accent4);
  transition:all 300ms ease;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .MExxn {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .MExxn:hover {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .MExxn:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      

        
      
      
  .bRYMUW {
    flex:1;
  width:100%;
  display:flex;
  row-gap:var(--gap);
  column-gap:var(--gap);
  align-items:flex-end;
  padding-top:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:center;
  }
      

      
        
      
      
  .cVcUzk {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .bsPMBQ {
    width:100%;
  row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  .new-property-wizard\:OPR2Z5ZadGqu95Id9avQO {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 -90deg;
  }
      

      
        
      
      
  .bTtayD {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(5px);
  justify-content:center;
  }
      

      
        
      
      
  .nkpRQ {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  max-width:400px;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .nkpRQ:hover {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:60px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      


  .nkpRQ:active {
    animation:2s ease 0ms 1 normal none running animation-bKKrXZ;
  }
      


  .nkpRQ.disabled {
    color:#472e1033;
  }
      

        
      
      
  .blXCNw {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:3rem;
  justify-content:center;
  }
      

      
        
      
      
  .fbpLBw {
    flex:1;
  color:var(--Accent3);
  height:56px;
  font-size:1.25rem;
  font-weight:var(--font-weight-normal);
  border-color:#472e1030;
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  text-overflow:ellipsis;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .fbpLBw::placeholder {
    color:#bfbfbf;
  }
      


  
      

        
      
      
  .eWUfXV {
    flex:1;
  color:var(--Accent3);
  height:56px;
  font-size:1rem;
  transition:all 300ms ease;
  font-weight:500;
  padding-top:12px;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  text-overflow:ellipsis;
  padding-bottom:12px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .eWUfXV::placeholder {
    color:#bfbfbf;
  }
      


  .eWUfXV:focus {
    border-color:var(--Accent1);
  border-style:solid;
  border-width:1.5px;
  }
      

        
      
      
  .dgIQnr {
    height:20px;
  display:flex;
  row-gap:18px;
  column-gap:18px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eniymu {
    width:100%;
  height:64px;
  background:white;
  overflow-x:hidden;
  overflow-y:hidden;
  flex-direction:row;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .eehIEc {
    color:var(--Accent1);
  width:100%;
  font-size:1.5rem;
  font-weight:500;
  }
      

      
        
      
      
  .foYTSL {
    height:20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .BBIfZ {
    width:600px;
  height:100%;
  padding-top:3rem;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .TiJJl {
    flex:1  ;
  width:100%;
  height:100%;
  }
      

      
        
      
      
  .new-property-wizard\:S4D1biLloR9pIxX4Thp-s {
    top:0px;
  flex:1;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  overflow-y:hidden;
  border-color:#00000024;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  .jMiDO {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bVVsSp {
    row-gap:var(--gap);
  column-gap:var(--gap);
  flex-direction:row;
  }
      

      
        
      
      
  .bLEOeh {
    width:100%;
  height:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  padding-top:1rem;
  padding-left:60px;
  padding-right:60px;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
          @media (max-width: 550px) {
            
  .bLEOeh {
    padding-left:10px;
  padding-right:10px;
  }
      

          }
          
        
      
      
  .feyrub {
    top:18px;
  left:12px;
  color:var(--Accent3);
  width:fit-content;
  z-index:99;
  position:absolute;
  font-size:1.5rem;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ePziYu {
    width:100%;
  display:flex;
  row-gap:1rem;
  position:relative;
  column-gap:1rem;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .egCuQL {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1REM;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_ui:login-bg-img.webp/full") no-repeat no-repeat center center / cover #e5a9a9;
  column-gap:1REM;
  align-items:center;
  padding-top:2REM;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  padding-bottom:2REM;
  justify-content:space-between;
  }
      

      
        
      
      
  .egcvZF {
    color:var(--Accent4);
  width:100%;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .duIZGp {
    color:var(--Accent3);
  font-size:1.5rem;
  font-weight:600;
  }
      

      
        
      
      
  .bXwVGV {
    width:600px;
  bottom:3rem;
  display:flex;
  row-gap:1rem;
  position:absolute;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .new-property-wizard\:_SDBFeSlkeq2c_RQBXfBs {
    padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  .cfYxrk {
    width:250px;
  height:100%;
  display:flex;
  background:var(--Accent1);
  align-items:flex-start;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dETuwj {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
        
      
      
  .biXWjV {
    width:100%;
  row-gap:var(--gap);
  column-gap:var(--gap);
  padding-top:24px;
  flex-direction:column;
  padding-bottom:24px;
  }
      

      
        
      
      
  .fdszVS {
    width:100%;
  height:100%;
  display:none;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/sesame_ui:login-bg-img.webp/full") scroll padding-box border-box no-repeat no-repeat center center / cover;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dLJRUv {
    gap:18px;
  flex:1;
  color:var(--Accent4);
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent3);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 300ms ease;
  align-items:center;
  font-family:ABC Diatype Variable Unlicensed Trial;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .dLJRUv:hover {
    background:var(--Accent1);
  }
      

        
      
      
  .cyhfrJ {
    width:100%;
  height:100%;
  display:flex;
  background:var(--Accent4);
  align-items:center;
  padding-top:6px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .clExug {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:24px;
  max-width:600px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  flex-direction:column;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fzGGni {
    color:var(--Accent1);
  font-size:1.25rem;
  font-weight:500;
  }
      

      
        
      
      
  .cinweE {
    row-gap:.5rem;
  background:var(--Accent4);
  column-gap:.5rem;
  padding-top:4px;
  border-color:#988a792b;
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:column;
  padding-bottom:4px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .eYzgmt {
    gap:12px;
  width:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dUBDFn {
    background:var(--Accent4);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .bZxUTh {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cHBexq {
    color:var(--Accent3);
  width:100%;
  cursor:default;
  height:250px;
  display:flex;
  transition:all 300ms ease;
  align-items:center;
  border-color:var(--Accent4);
  border-style:Dashed;
  border-width:4px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .bIzoaj {
    color:var(--Accent5);
  font-size:14px;
  font-family:Geist;
  font-weight:var(--normal);
  }
      

      
        
      
      
  .chKVzp {
    color:var(--icon-sub);
  }
      

      
        
      
      
  .ekElxI {
    color:var(--Accent3);
  width:100%;
  cursor:pointer;
  height:250px;
  display:flex;
  background:white;
  transition:all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  border-color:#472e103d;
  border-style:Dashed;
  border-width:1px;
  flex-direction:row;
  justify-content:space-between;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .ekElxI:hover {
    background:var(--Accent4);
  }
      

        
      
      
  .fpJTKH {
    color:var(--text-strong);
  font-size:14px;
  font-family:Geist;
  font-weight:var(--normal);
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cFSWHE {
    width:100%;
  max-width:500px;
  }
      

      
        
      
      
  .cQNlVM {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bTQXiY {
    color:var(--Accent1);
  }
      

      
        
      
      
  .APmXC {
    top:3rem;
  left:0px;
  right:0px;
  display:flex;
  z-index:99;
  position:absolute;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dptJNQ {
    width:100%;
  row-gap:1REM;
  background:white;
  column-gap:1REM;
  padding-top:1REM;
  padding-left:1REM;
  padding-right:1REM;
  padding-bottom:1REM;
  border-top-left-radius:var(--borderRadius);
  border-top-right-radius:var(--borderRadius);
  border-bottom-left-radius:var(--borderRadius);
  border-bottom-right-radius:var(--borderRadius);
  }
      

      
        
      
      
  .fDJegg {
    font-size:14px;
  text-align:center;
  }
      

      
        
      
      
  .cQfird {
    flex:2;
  width:100%;
  }
      

      
        
      
      
  .dNchag {
    top:100%;
  left:50%;
  width:1px;
  height:18px;
  position:absolute;
  background:var(--Accent3);
  }
      

      
  .dNchag.completed {
    background:var(--Accent4);
  }
      

        
      
      
  .bUSHwe {
    height:210px;
  }
      

      
        
      
      
  .eiWAaf {
    color:var(--Accent4);
  animation:;
  }
      

      
        
      
      
  .fmqpxa {
    height:100%;
  background:white;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dySVfr {
    color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:12px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  font-size:0.8rem;
  column-gap:12px;
  transition:all 300ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  padding-top:8px;
  border-color:var(--Accent4);
  border-style:solid;
  border-width:1px;
  padding-left:32px;
  border-radius:8px;
  padding-right:32px;
  flex-direction:row;
  padding-bottom:8px;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .dySVfr:hover {
    color:#ffffff;
  background:var(--Accent1);
  }
      

        
      
      
  .new-property-wizard\:rNOAItwHNwVOL6qI8anPg {
    overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .drqmhr {
    width:100%;
  height:100%;
  display:none;
  padding-top:0px;
  padding-left:6px;
  padding-right:6px;
  padding-bottom:0px;
  }
      

      
        
      
      
  .new-property-wizard\:tMKGOJzmLhYWwB_FYA6av {
    color:var(--Accent4);
  width:20px;
  height:20px;
  rotate:0 0 1 90deg;
  }
      

      
        
      
      
  .bowTrC {
    width:100%;
  row-gap:40px;
  max-width:800px;
  column-gap:40px;
  flex-direction:column;
  }
      

      
        
      
      
  .dYURNg {
    flex:1;
  height:100%;
  background:var(--Accent1);
  padding-top:1rem;
  padding-left:0rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .cXyXfZ {
    color:var(--Accent5);
  width:fit-content;
  cursor:pointer;
  display:flex;
  row-gap:4px;
  column-gap:4px;
  transition:all 300ms ease;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
  .cXyXfZ:hover {
    color:var(--Accent1);
  }
      

        
      
      
  .dnSQSg {
    width:100%;
  row-gap:12px;
  animation:;
  column-gap:12px;
  text-align:center;
  align-items:center;
  font-weight:var(--font-weight-normal);
  letter-spacing:-1px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .QVNRb {
    top:0px;
  left:-1rem;
  width:0%;
  bottom:0px;
  position:absolute;
  transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .QVNRb.hover {
    top:0px;
  left:-1rem;
  width:106.5%;
  bottom:0px;
  position:absolute;
  background:var(--Accent1);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

        
      
      
  .bBSmCW {
    width:100%;
  display:flex;
  row-gap:24px;
  max-width:1400px;
  column-gap:24px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .new-property-wizard\:x9VTFIL4SG2P2ShjTJrS9 {
    width:100%;
  height:100%;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      